home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Teach Your Children: Road Construction Ahead
/
Teach Your Children: Road Construction Ahead.iso
/
pc
/
rca
/
road.dxr
/
00056_leftButBarScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-17
|
382 b
|
17 lines
global gSceneObject
on mouseDown
startBuffering()
if the dragFlag of gSceneObject <> 1 then
if count(the stickerList of gSceneObject) < the maxStickers of gSceneObject then
set choice to buttonBarHandler(#Vertical, 6, 51, 5)
if choice > 0 then
newSticker(gSceneObject, choice)
end if
else
beep(1)
end if
end if
flushBuffer()
end